home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PROGRAM
/
BCCAPP.ARJ
/
MACROS.STD
< prev
next >
Wrap
Text File
|
1991-09-15
|
525b
|
26 lines
#
# Standard macros and paths used for Vision Applications Engine
# (C) 1990 Vision Software
#
# $Id: macros.std 0.101 90/12/04 20:33:05 pcalvin beta $
#
#
# Path Information
#
BASEPATH = \usr\src
INCSRC = $(BASEPATH)\inc
LIBS = $(BASEPATH)\lib\windows.lib
#
# Global Include Files
#
INCLUDES = $(INCSRC)\stdhdr.h $(INCSRC)\edit.h $(INCSRC)\batch.h \
$(INCSRC)\dbase.h $(INCSRC)\adl.h $(INCSRC)\access.h \
$(INCSRC)\menu.h
#
# Translation Rules
#
.c.obj:
bcc -c {$*.c }